projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c1cf7
)
(ada-procedure-start-regexp, ada-package-start-regexp): Add defvars.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:53:00 +0000
(
02:53
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:53:00 +0000
(
02:53
+0000)
lisp/find-file.el
patch
|
blob
|
history
diff --git
a/lisp/find-file.el
b/lisp/find-file.el
index b66a5f6de02fd999f5a0ebd324cf66b85d5ffffb..db03adce29fc4716ff51bf02bb91598a565277fa 100644
(file)
--- a/
lisp/find-file.el
+++ b/
lisp/find-file.el
@@
-944,6
+944,9
@@
and the name of the file passed in."
;; bind with (setq ff-pre-load-hook 'ff-which-function-are-we-in)
;;
+(defvar ada-procedure-start-regexp)
+(defvar ada-package-start-regexp)
+
(defun ff-which-function-are-we-in ()
"Return the name of the function whose definition/declaration point is in.
Also remember that name in `ff-function-name'."